{{ subject }}
| {% trans "Sent at" %} | {{ sent_at }} |
|---|---|
| {% trans "From" %} | {{ from_email }} |
| {% trans "To" %} | {{ to|join:", " }} |
| CC | {{ cc|join:", " }} |
| BCC | {{ bcc|join:", " }} |
{% trans "Attachments" %}
-
{% for a in attachments %}
- {{ a.name }} ({{ a.content_type }}, {{ a.size }} bytes) {% endfor %}